Skip to content

engine: 29.7.0 - #25662

Draft
vvoland wants to merge 2 commits into
docker:mainfrom
vvoland:update-docker
Draft

engine: 29.7.0#25662
vvoland wants to merge 2 commits into
docker:mainfrom
vvoland:update-docker

Conversation

@vvoland

@vvoland vvoland commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Description

Related issues or tickets

Reviews

  • Technical review
  • Editorial review
  • Product review

The second grep exits after finding the next release heading, which
can close the pipe while the first grep is still writing. With
pipefail, that SIGPIPE is reported as if the requested release notes
were missing.

Read the release file directly with awk and stop at the next level-two
heading so early termination cannot fail an upstream process.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
@vvoland
vvoland requested a review from dvdksn as a code owner July 27, 2026 20:32
@netlify

netlify Bot commented Jul 27, 2026

Copy link
Copy Markdown

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit 460af1a
🔍 Latest deploy log https://app.netlify.com/projects/docsdocker/deploys/6a67c8909d24c00008850276
😎 Deploy Preview https://deploy-preview-25662--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions Bot added area/engine Issue affects Docker engine/daemon hugo Updates related to hugo area/config labels Jul 27, 2026

@docker-agent docker-agent left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assessment: 🟡 NEEDS ATTENTION

One typo found in the 29.7.0 release notes. The shell script change in hack/moby-sync-release.sh looks correct. The hugo.yaml update is clean.


- Add the `default-stop-timeout` daemon option to configure the stop timeout assigned to containers without an explicit timeout. [moby/moby#53146](https://github.com/moby/moby/pull/53146)
- containerd image store: Fix daemon-wide concurrent download and upload limits for pulls and pushes not being honored. [moby/moby#53081](https://github.com/moby/moby/pull/53081)
- To preserve the previous unlimited startup behavior, configure "max-concurrent-downloads" and ""max-concurrent-uploads" to 0

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[MEDIUM] Doubled double-quote typo in daemon option name ""max-concurrent-uploads"

The line reads:

configure "max-concurrent-downloads" and ""max-concurrent-uploads" to 0

The option ""max-concurrent-uploads" has an extra leading double-quote. It should be "max-concurrent-uploads" to match the formatting of the first option. Users copying this literally would pass a malformed option name to the daemon configuration.

Suggested fix:

configure "max-concurrent-downloads" and "max-concurrent-uploads" to 0

@docker-agent docker-agent left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assessment: 🟡 NEEDS ATTENTION

Release notes for Docker Engine 29.7.0-rc.1. Found one confirmed typo and a heading/milestone consistency issue to address.

Comment thread content/manuals/engine/release-notes/29.md
Comment thread content/manuals/engine/release-notes/29.md
Comment thread content/manuals/engine/release-notes/29.md Outdated
Comment thread content/manuals/engine/release-notes/29.md Outdated
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
@vvoland
vvoland marked this pull request as draft July 28, 2026 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/config area/engine Issue affects Docker engine/daemon hugo Updates related to hugo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants